home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 March / march_2000.iso / Multimedia / Image / Image Carousel / ic2free.exe / REGISTER.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1999-06-09  |  2.2 KB  |  112 lines

  1. object Form1: TForm1
  2.   Left = 196
  3.   Top = 154
  4.   BorderStyle = bsDialog
  5.   Caption = 'Please Enter Your Name and Email Address'
  6.   ClientHeight = 286
  7.   ClientWidth = 419
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object StaticText1: TStaticText
  16.     Left = 16
  17.     Top = 16
  18.     Width = 385
  19.     Height = 49
  20.     AutoSize = False
  21.     Caption = 
  22.       'You must enter the following information in order to continue.  ' +
  23.       'Please enter true and accurate information. The information you ' +
  24.       'provide will be used only by R.I. Soft Systems, and will never b' +
  25.       'e given out.'
  26.     TabOrder = 0
  27.   end
  28.   object StaticText2: TStaticText
  29.     Left = 85
  30.     Top = 88
  31.     Width = 57
  32.     Height = 17
  33.     Caption = 'First Name:'
  34.     TabOrder = 1
  35.   end
  36.   object StaticText3: TStaticText
  37.     Left = 85
  38.     Top = 120
  39.     Width = 58
  40.     Height = 17
  41.     Caption = 'Last Name:'
  42.     TabOrder = 2
  43.   end
  44.   object StaticText4: TStaticText
  45.     Left = 69
  46.     Top = 152
  47.     Width = 73
  48.     Height = 17
  49.     Caption = 'Email Address:'
  50.     TabOrder = 3
  51.   end
  52.   object FirstName: TEdit
  53.     Left = 149
  54.     Top = 88
  55.     Width = 201
  56.     Height = 21
  57.     TabOrder = 4
  58.   end
  59.   object LastName: TEdit
  60.     Left = 149
  61.     Top = 120
  62.     Width = 201
  63.     Height = 21
  64.     TabOrder = 5
  65.   end
  66.   object email_address: TEdit
  67.     Left = 149
  68.     Top = 152
  69.     Width = 201
  70.     Height = 21
  71.     TabOrder = 6
  72.   end
  73.   object submit: TButton
  74.     Left = 172
  75.     Top = 224
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'OK'
  79.     Default = True
  80.     TabOrder = 7
  81.     OnClick = submitClick
  82.   end
  83.   object StaticText5: TStaticText
  84.     Left = 184
  85.     Top = 176
  86.     Width = 152
  87.     Height = 17
  88.     Caption = 'example:    yourname@aol.com'
  89.     TabOrder = 8
  90.   end
  91.   object StatusBar1: TStatusBar
  92.     Left = 0
  93.     Top = 267
  94.     Width = 419
  95.     Height = 19
  96.     Panels = <>
  97.     SimplePanel = False
  98.     SizeGrip = False
  99.   end
  100.   object NMHTTP1: TNMHTTP
  101.     Port = 0
  102.     ReportLevel = 0
  103.     Body = 'Default.htm'
  104.     Header = 'Head.txt'
  105.     InputFileMode = False
  106.     OutputFileMode = False
  107.     ProxyPort = 0
  108.     Left = 376
  109.     Top = 208
  110.   end
  111. end
  112.